Loads the pixel buffer from a byte array at the given destination within the image.
シンタックス
'宣言
Public Overloads Sub ImportAsFragment( _
ByVal () As System.Byte, _
ByVal As System.Drawing.Rectangle _
)
public void ImportAsFragment(
System.byte[] ,
System.Drawing.Rectangle
)
パラメータ
- bytes
- The source byte array with pixel buffer.
- dstRect
- The destination rectangle within the target bitmap.
参照